uIDE v1.12 08/03/2019

See http://www.cpcwiki.eu/index.php/UIDE_Universal_IDE_adapter_cards_for_Z-80_computers

When writing the image to the DOM or CF card:

 - use the newer version of the image file uIDE_1.12.img. (uIDE_1.11.img is the previous version contined in the original zip file download.)

When entering the BASIC program to retieve the driver FID file from the IDE device, use the correct line for the image version:

 - for uIDE_1.12.img, copy line 85 to line 87 and remove the REM statement

The difference is in the value of the fidEnd% variable. The later FID file is slightly larger in size.

A couple of additional files:

 - get-xdrv.asc is a copy of the BASIC type in in ASCII text. If you have a means to transfer fiels to your PCW, copy it across and load it into BASIC using the command LOAD GET-XDRV.ASC",A
 - put-xdrv.asc is the utility I wrote to put the xdrv.fid file onto a uIDE device. It' too , is an ASCII BASIC program, so load with the ",A" argument.


-JonB 08/03/2019

